home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / graphicgems4.lha / GemsIV / minray / README < prev   
Encoding:
Text File  |  1995-02-06  |  648 b   |  20 lines

  1. C code from the article
  2. "A Minimal Ray Tracer"
  3. by Paul S. Heckbert, ph@cs.cmu.edu
  4. in "Graphics Gems IV", Academic Press, 1994
  5.  
  6. files:
  7.     README        - this file
  8.     minray.c        - "readable" minimal ray tracer
  9.     minray.card.c    - minimal ray tracer for business card
  10.     ray.h        - header file for test scene
  11.     minray.ps        - John Hartman's postscript ray tracer
  12.                 (on UNIX, run "gs" or "lpr" on it)
  13.  
  14.     minray.post        - messages posted to comp.graphics announcing contest
  15.                 and results.  Contains three shell archives of
  16.                 all the contest entries.
  17.  
  18. Note that there may be some tricks used in this code that are not
  19. portable to your machine!
  20.